object host_form: Thost_form Left = 344 Top = 575 BorderStyle = bsDialog Caption = 'Host a Game' ClientHeight = 101 ClientWidth = 386 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 6 Top = 12 Width = 58 Height = 14 Caption = 'Game Name' end object Label2: TLabel Left = 6 Top = 44 Width = 59 Height = 14 Caption = 'Max Players' end object gamename: TEdit Left = 80 Top = 9 Width = 297 Height = 22 Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] MaxLength = 255 ParentCtl3D = False ParentFont = False TabOrder = 0 end object maxplayers: TSpinEdit Left = 80 Top = 40 Width = 49 Height = 23 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] MaxValue = 64 MinValue = 2 ParentFont = False TabOrder = 1 Value = 2 end object inviteonly: TCheckBox Left = 8 Top = 72 Width = 84 Height = 17 Alignment = taLeftJustify Caption = 'Invite Only' TabOrder = 2 end object Button1: TButton Left = 304 Top = 40 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object Button2: TButton Left = 304 Top = 72 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 end end